Fix broken links: repair anchors left by editor docs restructure - #7115
Closed
mintlify[bot] wants to merge 1 commit into
Closed
Fix broken links: repair anchors left by editor docs restructure#7115mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ethanpalm
approved these changes
Aug 26, 2026
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes four broken heading anchors introduced by the editor docs restructure in #7112.
mint broken-linksdoes not check anchors, so these passed CI.Broken links found and fixes
editor/pages.mdx/editor/settings#appearance## Appearanceheading from the English settings page, so the anchor no longer resolves/editor/settingseditor/review.mdx/editor/settings#appearance/editor/settingschangelog.mdx/editor/settings#create-draft-pull-requests-by-default/editor/settingszh/changelog.mdx/zh/editor/collaborate#share-previews/editor/review#preview-deploymentsbut the zh entry was not/zh/editor/review#preview-deploymentsVerified as working
#live-preview,#preview-deployments,#comments,#suggestions,#continue-an-automation-run,#pr-instructions,#main-branch-autocommits,#ai-instructions,#reset-editor) resolve.#appearanceand#create-draft-pull-requests-by-default, resolve via explicit<div id>wrappers in the translated pages.redirects.jsondestinations with editor anchors resolve.mint validateandmint broken-linkspass.Note
Low Risk
Documentation-only link target updates with no product, auth, or runtime behavior changes.
Overview
Repairs four broken internal links left over from the editor documentation restructure (#7112).
mint broken-linksdoes not validate hash anchors, so these slipped past CI.In English docs, links that pointed at removed settings sections now go to the base settings page:
changelog.mdxdrops#create-draft-pull-requests-by-default, andeditor/pages.mdxandeditor/review.mdxdrop#appearance(both previously targeted Show all files and Open live preview in new tab).In
zh/changelog.mdx, the shareable preview link is updated from the obsolete/zh/editor/collaborate#share-previewsto/zh/editor/review#preview-deployments, matching the English changelog target.Reviewed by Cursor Bugbot for commit ba68c8e. Bugbot is set up for automated code reviews on this repo. Configure here.